Selectively import timespec_get into namespace std, since some C libraries don't have it. Reviewed as https://reviews.llvm.org/D50799 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@339816 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/include/ctime b/include/ctime index 81cf11a..8264fe3 100644 --- a/include/ctime +++ b/include/ctime 
@@ -73,7 +73,7 @@  using ::localtime;  #endif  using ::strftime; -#if _LIBCPP_STD_VER > 14 && defined(_LIBCPP_HAS_C11_FEATURES) +#if _LIBCPP_STD_VER > 14 && defined(_LIBCPP_HAS_TIMESPEC_GET)  using ::timespec_get;  #endif